Tritaskのキーバインドを変更する (Windows)
https://gyazo.com/2fbee1bb9eceb744ec189f45b355e990https://user-images.githubusercontent.com/23325839/63220641-34cccb00-c1c7-11e9-9cc6-8b3e7ed0db75.JPG
環境は、Windows 10
macOSに合わせた
インボックスを追加する
alt + x -> alt + i
ソートする
alt + z -> ctrl + s
ソートはファイルを書き換えるので、実質ファイル保存なので、ctrl + sを上書きした
1日先送りする
alt + f1 -> alt + 1
「保存したい and ソートしたくない」ときは、ctrl + shift + s
code:json
{
"key": "ctrl+shift+s",
"command": "workbench.action.files.save",
"when": "resourceExtname == '.trita'"
}
「進行中のタスクを下げたくない」など、ソートしたくないときがある
table:default
操作 キー 変更後
タスクを追加する alt + a
インボックスを追加する alt + x alt + i
タスクを複製する alt + c
タスクを開始する alt + s
タスクを終了する alt + e
タスクの開始/終了実績をつける alt + q
==
日付移動のダイアログを表示 alt + d
明日やる alt + f1 alt + 1
今日やる alt + t
==
ソートする alt + z ctrl + s
進行中のタスクにジャンプする alt + j
今日の一番上に移動 alt + k
前の区切りに移動 alt + ↑
次の区切りに移動 alt + ↓
曜日を計算 alt + p
==
日次/範囲選択 集計 alt + period
VSCode版でできなさそうなやつ
copy、直感的にはduplicateの方が良い気がするけど、説明できない
調べたらそれっぽいのが出たので今度書こう